home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmille
/
Source
/
AccidentView.m
< prev
next >
Wrap
Text File
|
1991-01-11
|
312b
|
25 lines
/* Generated by Interface Builder */
#import "AccidentView.h"
#import "cards.h"
#import <assert.h>
@implementation AccidentView
- init
{
[ super init ];
bottomFaceBitmap = [[ CardImage allocFromZone:cardZone ] initFromFile:ACCIDENT_BOTTOM_FACE ];
assert( bottomFaceBitmap );
return self;
}
@end